home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / snmp / mibs / GNOME-SMI.txt < prev    next >
Encoding:
Text File  |  2007-02-07  |  1.7 KB  |  84 lines

  1. GNOME-SMI DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-IDENTITY,
  5.     OBJECT-IDENTITY,
  6.     enterprises
  7.         FROM SNMPv2-SMI;
  8.  
  9. gnome MODULE-IDENTITY
  10.     LAST-UPDATED "200505070000Z"
  11.     ORGANIZATION "GNOME project"
  12.     CONTACT-INFO
  13.         "GNU Network Object Model Environment project
  14.         
  15.         see http://www.gnome.org for contact persons of a particular
  16.         area or subproject of GNOME.
  17.  
  18.         Administrative contact for MIB module:
  19.  
  20.         Jochen Friedrich
  21.         Buedingerstr. 30b
  22.         63546 Hammersbach
  23.         Germany 
  24.  
  25.         email: jochen@scram.de"
  26.     DESCRIPTION
  27.         "The Structure of GNOME."
  28.  
  29.     -- revision history
  30.  
  31.     REVISION "200505070000Z"  -- May 07, 2005
  32.     DESCRIPTION
  33.         "Added gnomeLDAP subtree for LDAP definitions."
  34.  
  35.     REVISION "200312070000Z"  -- December 07, 2003
  36.     DESCRIPTION
  37.         "Added gnomeSysadmin subtree for GNOME project system administration.
  38.         Updated contact info."
  39.  
  40.     REVISION "9809010000Z"  -- September 01, 1998
  41.     DESCRIPTION
  42.         "Initial version."
  43.  
  44.     ::= { enterprises 3317 }    -- assigned by IANA
  45.  
  46. gnomeProducts OBJECT-IDENTITY
  47.     STATUS    current
  48.     DESCRIPTION
  49.         "gnomeProducts is the root OBJECT IDENTIFIER from
  50.         which sysObjectID values are assigned."
  51.     ::= { gnome 1 }
  52.  
  53. gnomeMgmt OBJECT-IDENTITY
  54.     STATUS  current
  55.     DESCRIPTION
  56.         "gnomeMgmt defines the subtree for production GNOME related
  57.         MIB registrations."
  58.     ::= { gnome 2 }
  59.  
  60. gnomeTest OBJECT-IDENTITY
  61.     STATUS  current
  62.     DESCRIPTION
  63.         "gnomeTest defines the subtree for testing GNOME related
  64.         MIB registrations."
  65.     ::= { gnome 3 }
  66.  
  67. gnomeSysadmin OBJECT-IDENTITY
  68.     STATUS  current
  69.     DESCRIPTION
  70.         "gnomeSysadmin defines the subtree for GNOME related Sysadmin
  71.         MIB registrations."
  72.     ::= { gnome 4 }
  73.  
  74. gnomeLDAP OBJECT-IDENTITY
  75.     STATUS  current
  76.     DESCRIPTION
  77.         "gnomeLDAP defines the subtree for GNOME related LDAP
  78.         registrations."
  79.     ::= { gnome 5 }
  80.  
  81. -- more to come if necessary.
  82.  
  83. END
  84.